refresh patches
authorDrew Parsons <dparsons@debian.org>
Sat, 20 Jun 2026 13:54:26 +0000 (15:54 +0200)
committerDrew Parsons <dparsons@debian.org>
Sat, 20 Jun 2026 13:54:26 +0000 (15:54 +0200)
debian/patches/30_drop_medical_example.patch
debian/patches/gdal-3.13.patch
debian/patches/matplotlib_nullptr_s390x.patch

index f30539ba33ce134323d209f6bf01843c16c179d1..c76a16618e128e8cab67a59878dc533d194f6657 100644 (file)
@@ -3,9 +3,9 @@ Last-Update: 2020-10-21
 
 Index: vtk9/Examples/CMakeLists.txt
 ===================================================================
---- vtk9.orig/Examples/CMakeLists.txt  2026-01-30 11:52:25.929361624 +0100
-+++ vtk9/Examples/CMakeLists.txt       2026-01-30 11:52:25.923037072 +0100
-@@ -63,7 +63,7 @@
+--- vtk9.orig/Examples/CMakeLists.txt  2026-06-20 15:53:41.922997656 +0200
++++ vtk9/Examples/CMakeLists.txt       2026-06-20 15:53:41.909728170 +0200
+@@ -66,7 +66,7 @@
    add_example(IO/Cxx)
    add_example(ImageProcessing/Cxx)
    add_example(Infovis/Cxx)
index 51ee6860ec445819eadcb557736baf613f364144..6eb5a546b1f4b3307b257268e0ed1f38b72237a2 100644 (file)
@@ -7,9 +7,11 @@ Description: Fix FTBFS with GDAL 3.13.0.
  "
 Author: Bas Couwenberg <sebastic@debian.org>
 
---- a/IO/GDAL/vtkGDALRasterReader.cxx
-+++ b/IO/GDAL/vtkGDALRasterReader.cxx
-@@ -182,7 +182,11 @@ void vtkGDALRasterReader::vtkGDALRasterR
+Index: vtk9/IO/GDAL/vtkGDALRasterReader.cxx
+===================================================================
+--- vtk9.orig/IO/GDAL/vtkGDALRasterReader.cxx  2026-06-20 15:53:59.251124679 +0200
++++ vtk9/IO/GDAL/vtkGDALRasterReader.cxx       2026-06-20 15:53:59.249472560 +0200
+@@ -182,7 +182,11 @@
      this->Reader->DriverShortName = GDALGetDriverShortName(driver);
      this->Reader->DriverLongName = GDALGetDriverLongName(driver);
  
@@ -21,7 +23,7 @@ Author: Bas Couwenberg <sebastic@debian.org>
      if (CSLCount(papszMetaData) > 0)
      {
        for (int i = 0; papszMetaData[i] != nullptr; ++i)
-@@ -878,7 +882,11 @@ std::vector<std::string> vtkGDALRasterRe
+@@ -882,7 +886,11 @@
  {
    std::vector<std::string> domainMetaData;
  
index 0909300728dbc8aae7a3a762e7a63f3ec06b9721..264827275bac1390eef1d4107ccb12dd8a8e3ce7 100644 (file)
@@ -1,10 +1,10 @@
 Index: vtk9/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx
 ===================================================================
---- vtk9.orig/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx  2026-01-25 23:22:22.741023671 +0100
-+++ vtk9/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx       2026-02-05 12:10:11.414134274 +0100
-@@ -1029,6 +1029,12 @@
-     {
-       unsigned char* ptr = static_cast<unsigned char*>(image->GetScalarPointer(col, row, 0));
+--- vtk9.orig/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx  2026-06-20 15:53:56.710944340 +0200
++++ vtk9/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx       2026-06-20 15:53:56.707945159 +0200
+@@ -1023,6 +1023,12 @@
+         return false;
+       }
  
 +      if (ptr == nullptr)
 +      {